home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / windows / uu161 / export.bat < prev    next >
DOS Batch File  |  1993-06-24  |  384b  |  14 lines

  1. REM Export Only Functions on Registered Versions of UU
  2. goto :end
  3. REM ^^^^ Remove this line after you have adjusted this file
  4.  
  5. REM vvvv CHANGE BELOW PATH AND PROTOCOL TO SUIT YOUR NEEDS!!!!!!
  6. d:\BBS\ZMODEM\Gsz.EXE sz -r -m %1
  7. REM ^^^^ Transmit File (File Name in %1)
  8.  
  9. if errorlevel == 1 GOTO END
  10. DEL %1
  11. REM ^^^^ If File Still Exists an Exportation is Assumed Failed
  12.  
  13. :END
  14.